재미있는 툴이네요.
prefix를 붙여준다는 내용 설명인데, 예를 들어 이런 일을 합니다.
git의 경우 git command 를 계속
$git add.
$git commit -m "update for some reason"
$git push origin master
앞에 붙여주게 되는데 이런 일들을 줄일 수 있습니다.
2016/08/18 Editor’s choice
mchav/with
_with - Command prefixing for continuous workflow using a single tool._github.com
설치
curl -s [https://raw.githubusercontent.com/mchav/with/master/install][anchor2] | bash
실행
위의 이미지를 클릭하면 asciinema를 통해 어떻게 동작하는지를 볼 수 있습니다.
포스트 처음 git 명령어의 git을 생략하고 실행할 수 있습니다. git같은 명령어를 쓰는 곳에서는 매우 좋은 툴입니다.
$with git
git\>add .
git\>commit -m "update for some reason"
git\>push origin master
By Keen Dev on August 18, 2016.
Exported from Medium on May 31, 2017.